ComponentOne ASP.NET MVC Controls
ItemsSource Property (ChartAxis<T>)

C1.Web.Mvc Namespace > ChartAxis<T> Class : ItemsSource Property
Gets or sets the items source for axis labels.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
Public Property ItemsSource As IItemsSource(Of T)
[JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
public IItemsSource<T> ItemsSource {get; set;}
See Also

Reference

ChartAxis<T> Class
ChartAxis<T> Members